home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 9 / DISK2092.ZIP / RBBS-LIT.ZIP / LIT / SUB1HDR.LIT < prev    next >
Text File  |  1990-01-13  |  3KB  |  53 lines

  1. ' $linesize:132
  2. ' $title: 'RBBS-SUB1.BAS CPC17.3, Copyright 1986-90 by D. Thomas Mack'
  3. '  Copyright 1990 by D. Thomas Mack, all rights reserved.
  4. '  Name ...............: RBBSSUB1.BAS
  5. '  First Released .....: January 14, 1989
  6. '  Subsequent Releases.:
  7. '  Copyright ..........: 1986-1990
  8. '  Purpose.............:
  9. '     Subprorams that require error trapping are incorporated
  10. '     within RBBSSUB1.BAS as separately callable subroutines
  11. '     in order to free up as much code as possible within
  12. '     the 64K code segment used by RBBS-PC.BAS.
  13. '  Parameters..........: Most parameters are passed via a COMMON statement.
  14. '
  15. ' Subroutine  Line               Function of Subroutine
  16. '   Name     Number
  17. '  ChangeDir   20101   Change subdirectory
  18. '  CheckInt    58360   Check input is valid integer
  19. '  CommPut     59275   Write string to communications port
  20. '  FindFree    51098   Find amount of space on the upload disk drive
  21. '  FINDITX     20219   Find if a file exists on a device             ' KG061001
  22. '  FindUser    12598   Find a user in the USERS file
  23. '  FlushCom    20308   Read all characters in the communications port
  24. '  GetCom       1418   Read a character from the communications port
  25. '  GetPassword 58280   Read RBBS-PC's "PASSWORD" file
  26. '  GETWRK      58330   Read record from file number 2
  27. '  KillWork    58258   Delete a RBBS-PC "WORK" file
  28. '  NetBIOS     20898   Lock/Unlock NetBIOS semaphore files
  29. '  OpenCom       200   Open communications port (number 3)
  30. '  OpenFMS     58188   Open the upload management system directory
  31. '  OpenOutW    28218   Open RBBS-PC's "WORK" file (number 2) for output
  32. '  OpenRSeq     1479   Open a sequential file (number 2) for random I/O
  33. '  OpenUser     9398   Open the USER file (number 5)
  34. '  OpenWork    57978   Open RBBS-PC's work file (number 2)
  35. '  OpenWorkA   58340   Open RBBS-PC's "WORK" file (number 2) for append
  36. '  Printit     13673   Print line on the local PC printer
  37. '  PrintWork   58320   Print string to file #2 w/o CR/LF
  38. '  PrintWorkA  58350   Print string to file #2 with CR/LF
  39. '  PutCom      59650   Write to the communications port
  40. '  PutWork     59660   Write to work file randomly
  41. '  RBBSPlay    59680   Plays a musical string
  42. '  ReadAny     58310   Read file number 2 into ZOutTxt$
  43. '  ReadDef       112   Read configuration file
  44. '  ReadDir     58290   Read entire lines
  45. '  ReadParms   58300   Read certain number of parameters from file 2
  46. '  Talk        59700   RBBS-PC Voice synthesizer support for sight impaired
  47. '  SetCall       108   Find where next callers record is
  48. '  UpdateC     43048   Update the caller's file with elasped session time
  49. '  UpdtCalr    13661   Update to the caller's file
  50. '
  51. '  $INCLUDE: 'RBBS-VAR.BAS'
  52. '
  53.